home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-01-24 | 1.7 KB | 60 lines | [TEXT/MPS ] |
- ;
- ; File: CMComponent.a
- ;
- ; Contains: Stub for including new file names.
- ;
- ; Version: Technology: ColorSync 2.0
- ; Package: Universal Interfaces 2.2 in “MPW” on ETO #20
- ;
- ; Copyright: © 1984-1995 by Apple Computer, Inc.
- ; All rights reserved.
- ;
- ; Bugs?: If you find a problem with this file, use the Apple Bug Reporter
- ; stack. Include the file and version information (from above)
- ; in the problem description and send to:
- ; Internet: apple.bugs@applelink.apple.com
- ; AppleLink: APPLE.BUGS
- ;
- ;
-
- IF &TYPE('__CMCOMPONENT__') = 'UNDEFINED' THEN
- __CMCOMPONENT__ SET 1
-
- ;
- ; This file has been included to allow older source code
- ; to #include <CMComponent.h>. Please update your source
- ; code to directly #include <CMMComponent.h>
- ; and #include <CMPRComponent.h>
- ;
- ;
- ; #include the two ColorSync 2.0 files equivalent to the v. 1.0 file
-
- IF &TYPE('__CMMCOMPONENT__') = 'UNDEFINED' THEN
- include 'CMMComponent.a'
- ENDIF
- ; include 'Types.a' ;
- ; include 'ConditionalMacros.a' ;
- ; include 'Quickdraw.a' ;
- ; include 'MixedMode.a' ;
- ; include 'QuickdrawText.a' ;
- ; include 'Components.a' ;
- ; include 'CMApplication.a' ;
- ; include 'Files.a' ;
- ; include 'OSUtils.a' ;
- ; include 'Memory.a' ;
- ; include 'Finder.a' ;
- ; include 'Printing.a' ;
- ; include 'Errors.a' ;
- ; include 'Dialogs.a' ;
- ; include 'Menus.a' ;
- ; include 'Controls.a' ;
- ; include 'Windows.a' ;
- ; include 'Events.a' ;
- ; include 'TextEdit.a' ;
- ; include 'CMICCProfile.a' ;
-
- IF &TYPE('__CMPRCOMPONENT__') = 'UNDEFINED' THEN
- include 'CMPRComponent.a'
- ENDIF
- ENDIF ; __CMCOMPONENT__
-